-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcuts #467
Merged
Merged
Shortcuts #467
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks! |
Thanks for merging. Glad I could help! (= |
stavros-k
referenced
this pull request
in truecharts/public
May 1, 2024
…v24.4.1@5f4c178 by renovate (#21018) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/almarklein/timetagger](https://togithub.com/almarklein/timetagger) | major | `v23.11.4-nonroot` -> `v24.4.1-nonroot` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>almarklein/timetagger (ghcr.io/almarklein/timetagger)</summary> ### [`v24.4.1`](https://togithub.com/almarklein/timetagger/releases/tag/v24.4.1) [Compare Source](https://togithub.com/almarklein/timetagger/compare/v23.11.4...v24.4.1) ##### App - Fixes iOS zoom issue by [@​axelknock](https://togithub.com/axelknock) in [https://github.com/almarklein/timetagger/pull/456](https://togithub.com/almarklein/timetagger/pull/456) - Add option for Monday-Friday week by [@​staddi99](https://togithub.com/staddi99) in [https://github.com/almarklein/timetagger/pull/458](https://togithub.com/almarklein/timetagger/pull/458) - More shortcuts by [@​Tagirijus](https://togithub.com/Tagirijus) in [https://github.com/almarklein/timetagger/pull/467](https://togithub.com/almarklein/timetagger/pull/467) - Enable notifications by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/470](https://togithub.com/almarklein/timetagger/pull/470) ##### For self-hosters - Pass an import string rather than a function reference to enable multi-worker and reload support. by [@​michaellenaghan](https://togithub.com/michaellenaghan) in [https://github.com/almarklein/timetagger/pull/457](https://togithub.com/almarklein/timetagger/pull/457) - add a script to merge records of multiple databases by [@​joergsteffens](https://togithub.com/joergsteffens) in [https://github.com/almarklein/timetagger/pull/455](https://togithub.com/almarklein/timetagger/pull/455) ##### New Contributors - [@​michaellenaghan](https://togithub.com/michaellenaghan) made their first contribution in [https://github.com/almarklein/timetagger/pull/457](https://togithub.com/almarklein/timetagger/pull/457) - [@​axelknock](https://togithub.com/axelknock) made their first contribution in [https://github.com/almarklein/timetagger/pull/456](https://togithub.com/almarklein/timetagger/pull/456) - [@​staddi99](https://togithub.com/staddi99) made their first contribution in [https://github.com/almarklein/timetagger/pull/458](https://togithub.com/almarklein/timetagger/pull/458) - [@​joergsteffens](https://togithub.com/joergsteffens) made their first contribution in [https://github.com/almarklein/timetagger/pull/455](https://togithub.com/almarklein/timetagger/pull/455) - [@​Tagirijus](https://togithub.com/Tagirijus) made their first contribution in [https://github.com/almarklein/timetagger/pull/467](https://togithub.com/almarklein/timetagger/pull/467) ##### Personal note I'm rather occupied with other projects, so I find that I don't have as much time to work on TimeTagger as I want to. In the last days I did some work on timetagger.app to refactor things into more components with specific tasks, which will make room for future improvements such as teams ... **Full Changelog**: almarklein/timetagger@v23.11.4...v24.4.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==--> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I finally managed to set up some kind of an environment on my machine to be able to check out the code and try to understand it. I tried to start with something easy and added a shortcut and a missing key-hint. Let's see where the journey will go from now on. :D